home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity Send.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2004-11-08  |  3KB  |  123 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 196
  3.   Top = 420
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 56
  8.   ClientWidth = 149
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 149
  25.     Height = 56
  26.     Align = alClient
  27.     Color = 5452845
  28.     ParentColor = False
  29.     ParentShowHint = True
  30.     object PanWheel: TLineWheel
  31.       Left = 45
  32.       Top = 21
  33.       Width = 17
  34.       Height = 17
  35.       Hint = '|^b^aSend panning'
  36.       Options = [wwBigLine]
  37.       SlowMotionDiv = 4
  38.       Min = -128
  39.       Max = 128
  40.       DefaultValue = 0
  41.       OnChange = CutoffWheelChange
  42.       MouseButton = mbLeft
  43.       HotSideX = 10
  44.       HotSideY = 10
  45.       PopupMenu = SynthResModule.WheelMenu
  46.       LineColor = 12961206
  47.       LinePressedColor = 4629503
  48.       LineThickness = 1
  49.     end
  50.     object VolWheel: TLineWheel
  51.       Tag = 1
  52.       Left = 81
  53.       Top = 21
  54.       Width = 17
  55.       Height = 17
  56.       Hint = '|^b^aSend volume'
  57.       Options = [wwBigLine]
  58.       MoveSpeed = 48
  59.       SlowMotionDiv = 4
  60.       Max = 320
  61.       Value = 256
  62.       DefaultValue = 256
  63.       OnChange = CutoffWheelChange
  64.       MouseButton = mbLeft
  65.       HotSideX = 10
  66.       HotSideY = 10
  67.       PopupMenu = SynthResModule.WheelMenu
  68.       LineColor = 12961206
  69.       LinePressedColor = 4629503
  70.       LineThickness = 1
  71.     end
  72.     object SendSelect: TDigiWheel
  73.       Tag = -1
  74.       Left = 9
  75.       Top = 21
  76.       Width = 18
  77.       Height = 16
  78.       Cursor = crSizeNS
  79.       Hint = '|Send track number'
  80.       Options = [wwAutoSize, wwIncMode]
  81.       MoveSpeed = 2
  82.       SlowMotionDiv = 4
  83.       Max = 0
  84.       DefaultValue = 0
  85.       OnChange = SendSelectChange
  86.       MouseButton = mbLeft
  87.       HotSideX = 2
  88.       HotSideY = 6
  89.       Color = clNone
  90.       Font.Charset = ANSI_CHARSET
  91.       Font.Color = 13025463
  92.       Font.Height = -11
  93.       Font.Name = 'Arial'
  94.       Font.Style = []
  95.       BmpList = SynthResModule.Digits11IL
  96.       NumDigits = 2
  97.       NullValue = 0
  98.     end
  99.     object DryVolWheel: TLineWheel
  100.       Tag = 2
  101.       Left = 121
  102.       Top = 21
  103.       Width = 17
  104.       Height = 17
  105.       Hint = '|^b^aDry level'
  106.       Options = [wwBigLine]
  107.       MoveSpeed = 48
  108.       SlowMotionDiv = 4
  109.       Max = 320
  110.       Value = 256
  111.       DefaultValue = 256
  112.       OnChange = CutoffWheelChange
  113.       MouseButton = mbLeft
  114.       HotSideX = 10
  115.       HotSideY = 10
  116.       PopupMenu = SynthResModule.WheelMenu
  117.       LineColor = 12961206
  118.       LinePressedColor = 4629503
  119.       LineThickness = 1
  120.     end
  121.   end
  122. end
  123.